Week 6
Milestones
- Tested build on local jenkins server
 - Integrated snyk container scanning with jenkins
 - Configured pipeline to fail if snyk finds vulnerabilities above a certain threshold
 
Screenshots / Videos
Contributions
Learnings
- Learned how to use Jenkins locally to catch build and integration issues before deploying.
 - Gained insights into integrating Snyk for automated container security checks in the CI/CD pipeline.
 - Configured pipeline to halt on Snyk-detected vulnerabilities, fostering a security-first approach.